home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TFURBANPLAN / TFURBANPLAN.txt
Text File  |  1999-10-16  |  6KB  |  307 lines

  1. inherited FUrbanPlan: TFUrbanPlan
  2.   Left = 220
  3.   Top = 112
  4.   BorderStyle = bsSingle
  5.   Caption = 'Urban Plans'
  6.   ClientHeight = 361
  7.   ClientWidth = 593
  8.   OldCreateOrder = True
  9.   OnCreate = FormCreate
  10.   OnDestroy = FormDestroy
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object GroupBox3: TGroupBox
  14.     Left = 0
  15.     Top = 0
  16.     Width = 193
  17.     Height = 361
  18.     Caption = 'Urban Plans'
  19.     TabOrder = 0
  20.     object PlanListBox: TListBox
  21.       Left = 8
  22.       Top = 16
  23.       Width = 177
  24.       Height = 305
  25.       ItemHeight = 13
  26.       TabOrder = 0
  27.       OnClick = PlanListBoxClick
  28.     end
  29.     object DeleteButton: TButton
  30.       Left = 104
  31.       Top = 328
  32.       Width = 75
  33.       Height = 25
  34.       Caption = 'Delete'
  35.       TabOrder = 2
  36.       Visible = False
  37.     end
  38.     object NewButton: TButton
  39.       Left = 14
  40.       Top = 328
  41.       Width = 75
  42.       Height = 25
  43.       Caption = 'New'
  44.       TabOrder = 1
  45.       OnClick = NewButtonClick
  46.     end
  47.   end
  48.   object GroupBox2: TGroupBox
  49.     Left = 200
  50.     Top = 0
  51.     Width = 393
  52.     Height = 361
  53.     Caption = 'Properties'
  54.     TabOrder = 1
  55.     object Bevel1: TBevel
  56.       Left = 8
  57.       Top = 64
  58.       Width = 125
  59.       Height = 125
  60.     end
  61.     object Bevel2: TBevel
  62.       Left = 136
  63.       Top = 64
  64.       Width = 125
  65.       Height = 125
  66.     end
  67.     object Label2: TLabel
  68.       Left = 6
  69.       Top = 22
  70.       Width = 28
  71.       Height = 13
  72.       Caption = 'Name'
  73.     end
  74.     object Label4: TLabel
  75.       Left = 8
  76.       Top = 232
  77.       Width = 55
  78.       Height = 13
  79.       Caption = 'Height Plan'
  80.     end
  81.     object Label5: TLabel
  82.       Left = 8
  83.       Top = 256
  84.       Width = 72
  85.       Height = 13
  86.       Caption = 'Wall Color Plan'
  87.     end
  88.     object PlanHeightImage: TImage
  89.       Left = 10
  90.       Top = 66
  91.       Width = 119
  92.       Height = 119
  93.       Stretch = True
  94.     end
  95.     object PlanWallColorImage: TImage
  96.       Left = 138
  97.       Top = 66
  98.       Width = 121
  99.       Height = 121
  100.       Stretch = True
  101.     end
  102.     object Label1: TLabel
  103.       Left = 8
  104.       Top = 48
  105.       Width = 55
  106.       Height = 13
  107.       Caption = 'Height Plan'
  108.     end
  109.     object Label3: TLabel
  110.       Left = 136
  111.       Top = 48
  112.       Width = 72
  113.       Height = 13
  114.       Caption = 'Wall Color Plan'
  115.     end
  116.     object Label58: TLabel
  117.       Left = 8
  118.       Top = 304
  119.       Width = 84
  120.       Height = 13
  121.       Caption = 'Plan Size (metres)'
  122.     end
  123.     object Label6: TLabel
  124.       Left = 281
  125.       Top = 304
  126.       Width = 34
  127.       Height = 13
  128.       Caption = 'Height:'
  129.     end
  130.     object Label7: TLabel
  131.       Left = 107
  132.       Top = 304
  133.       Width = 8
  134.       Height = 13
  135.       Caption = 'x:'
  136.     end
  137.     object Label8: TLabel
  138.       Left = 195
  139.       Top = 304
  140.       Width = 8
  141.       Height = 13
  142.       Caption = 'y:'
  143.     end
  144.     object Label9: TLabel
  145.       Left = 264
  146.       Top = 48
  147.       Width = 74
  148.       Height = 13
  149.       Caption = 'Roof Color Plan'
  150.     end
  151.     object Bevel3: TBevel
  152.       Left = 264
  153.       Top = 64
  154.       Width = 125
  155.       Height = 125
  156.     end
  157.     object PlanRoofColorImage: TImage
  158.       Left = 266
  159.       Top = 66
  160.       Width = 121
  161.       Height = 121
  162.       Stretch = True
  163.     end
  164.     object Label10: TLabel
  165.       Left = 8
  166.       Top = 280
  167.       Width = 74
  168.       Height = 13
  169.       Caption = 'Roof Color Plan'
  170.     end
  171.     object Label11: TLabel
  172.       Left = 8
  173.       Top = 208
  174.       Width = 56
  175.       Height = 13
  176.       Caption = 'Urban Type'
  177.     end
  178.     object PlanHeightSourceEdit: TEdit
  179.       Left = 120
  180.       Top = 224
  181.       Width = 241
  182.       Height = 21
  183.       ReadOnly = True
  184.       TabOrder = 1
  185.     end
  186.     object HeightFileButton: TButton
  187.       Left = 360
  188.       Top = 224
  189.       Width = 25
  190.       Height = 21
  191.       Caption = '...'
  192.       Enabled = False
  193.       TabOrder = 2
  194.       OnClick = HeightFileButtonClick
  195.     end
  196.     object PlanNameEdit: TEdit
  197.       Left = 64
  198.       Top = 16
  199.       Width = 321
  200.       Height = 21
  201.       TabOrder = 0
  202.       OnChange = PlanNameEditChange
  203.     end
  204.     object ModelPathButton: TButton
  205.       Left = 272
  206.       Top = 328
  207.       Width = 113
  208.       Height = 25
  209.       Caption = 'Set Model Directory'
  210.       TabOrder = 3
  211.     end
  212.     object PlanWallColorSourceEdit: TEdit
  213.       Left = 120
  214.       Top = 248
  215.       Width = 241
  216.       Height = 21
  217.       ReadOnly = True
  218.       TabOrder = 4
  219.     end
  220.     object WallColorFileButton: TButton
  221.       Left = 360
  222.       Top = 248
  223.       Width = 25
  224.       Height = 21
  225.       Caption = '...'
  226.       Enabled = False
  227.       TabOrder = 5
  228.       OnClick = WallColorFileButtonClick
  229.     end
  230.     object PlanXSizeEdit: TFloatEdit
  231.       Left = 120
  232.       Top = 296
  233.       Width = 65
  234.       Height = 21
  235.       TabOrder = 6
  236.       Text = '0.00'
  237.       OnChange = PlanXSizeEditChange
  238.       Digits = 2
  239.       Max = 99999999.900000000000000000
  240.       ErrorMessage = '[No Text]'
  241.     end
  242.     object PlanYSizeEdit: TFloatEdit
  243.       Left = 208
  244.       Top = 296
  245.       Width = 65
  246.       Height = 21
  247.       TabOrder = 7
  248.       Text = '0.00'
  249.       OnChange = PlanYSizeEditChange
  250.       Digits = 2
  251.       Max = 99999999.900000000000000000
  252.       ErrorMessage = '[No Text]'
  253.     end
  254.     object PlanHeightSizeEdit: TFloatEdit
  255.       Left = 320
  256.       Top = 296
  257.       Width = 65
  258.       Height = 21
  259.       TabOrder = 8
  260.       Text = '0.00'
  261.       OnChange = PlanHeightSizeEditChange
  262.       Digits = 2
  263.       Max = 99999999.900000000000000000
  264.       ErrorMessage = '[No Text]'
  265.     end
  266.     object PlanRoofColorSourceEdit: TEdit
  267.       Left = 120
  268.       Top = 272
  269.       Width = 241
  270.       Height = 21
  271.       ReadOnly = True
  272.       TabOrder = 9
  273.     end
  274.     object RoofColorFileButton: TButton
  275.       Left = 360
  276.       Top = 272
  277.       Width = 25
  278.       Height = 21
  279.       Caption = '...'
  280.       Enabled = False
  281.       TabOrder = 10
  282.       OnClick = RoofColorFileButtonClick
  283.     end
  284.     object PlanZoneComboBox: TComboBox
  285.       Left = 120
  286.       Top = 200
  287.       Width = 89
  288.       Height = 21
  289.       ItemHeight = 13
  290.       Items.Strings = (
  291.         'Suburban'
  292.         'Urban'
  293.         'Industrial')
  294.       TabOrder = 11
  295.       Text = 'Suburban'
  296.       OnChange = PlanZoneComboBoxChange
  297.     end
  298.   end
  299.   object OpenPictureDialog: TOpenPictureDialog
  300.     DefaultExt = 'bmp'
  301.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  302.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  303.     Left = 208
  304.     Top = 328
  305.   end
  306. end
  307.